From 8897c5c21cc3a62ce3c872d4e421acda4dec056e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 27 May 1993 03:05:02 +0000 Subject: [PATCH] * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this. --- src/s/sol2.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/s/sol2.h b/src/s/sol2.h index db573a55bcc..348cfaabc09 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -23,4 +23,8 @@ If you have the misfortune to be running Solaris 2.1, you may have noticed that the access system call does not check the readonlyness of the filesystem the path refers to. This is a bug, according to access(2), but in the meantime, some of us need the right behavior. */ -#define SOLARIS_BROKEN_ACCESS + +/* Well, we released Emacs with this change, and fixed a typo, but + people keep saying that it doesn't work, and that the patch is easy + to install. */ +#undef SOLARIS_BROKEN_ACCESS -- 2.30.2